ShipmentNotification-v1.0 Schema
PriceType Element
ShipmentNotification-v1.0 Schema > Row Complex Type > Purchase Element : PriceType Element
Namespace urn:xmlns:nedfox-retaillink-com:ShipmentNotification
Type
Restriction of xs:string
Diagram
PriceType Element
Overview
PriceType Restriction of xs:string
Source
<xs:element name="PriceType" minOccurs="1" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="SingleSku|SkuQuantity" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
Purchase ElementRow Complex TypeShipmentNotification-v1.0 Schema